home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
tcppr1
/
tcppro2.frm
next >
Wrap
Text File
|
1999-07-08
|
27KB
|
837 lines
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{48E59290-9880-11CF-9754-00AA00C00908}#1.0#0"; "MSINET.OCX"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "TCP Pro2"
ClientHeight = 5610
ClientLeft = 45
ClientTop = 330
ClientWidth = 7755
Icon = "tcppro2.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 5610
ScaleWidth = 7755
StartUpPosition = 2 'CenterScreen
Begin MSWinsockLib.Winsock Winsock1
Left = 0
Top = 5160
_ExtentX = 741
_ExtentY = 741
_Version = 393216
End
Begin TabDlg.SSTab SSTab1
Height = 5415
Left = 120
TabIndex = 0
Top = 120
Width = 7575
_ExtentX = 13361
_ExtentY = 9551
_Version = 393216
Style = 1
Tabs = 4
TabsPerRow = 4
TabHeight = 520
TabCaption(0) = "Directions"
TabPicture(0) = "tcppro2.frx":030A
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label4"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Line1"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Label2"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).Control(3)= "Label1"
Tab(0).Control(3).Enabled= 0 'False
Tab(0).Control(4)= "Image2"
Tab(0).Control(4).Enabled= 0 'False
Tab(0).Control(5)= "Command5"
Tab(0).Control(5).Enabled= 0 'False
Tab(0).ControlCount= 6
TabCaption(1) = "TCP/IP Connection Setup"
TabPicture(1) = "tcppro2.frx":0326
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Frame1"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "Frame2"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).Control(2)= "Option1"
Tab(1).Control(2).Enabled= 0 'False
Tab(1).Control(3)= "Option2"
Tab(1).Control(3).Enabled= 0 'False
Tab(1).Control(4)= "Label5"
Tab(1).Control(4).Enabled= 0 'False
Tab(1).Control(5)= "Label6"
Tab(1).Control(5).Enabled= 0 'False
Tab(1).Control(6)= "lblstatus"
Tab(1).Control(6).Enabled= 0 'False
Tab(1).Control(7)= "Image4"
Tab(1).Control(7).Enabled= 0 'False
Tab(1).ControlCount= 8
TabCaption(2) = "TCP Pro2 Chat"
TabPicture(2) = "tcppro2.frx":0342
Tab(2).ControlEnabled= 0 'False
Tab(2).Control(0)= "Image1"
Tab(2).Control(0).Enabled= 0 'False
Tab(2).Control(1)= "Label10"
Tab(2).Control(1).Enabled= 0 'False
Tab(2).Control(2)= "txtCHAT"
Tab(2).Control(2).Enabled= 0 'False
Tab(2).Control(3)= "CommonDialog1"
Tab(2).Control(3).Enabled= 0 'False
Tab(2).Control(4)= "txtstatus"
Tab(2).Control(4).Enabled= 0 'False
Tab(2).Control(5)= "Command3"
Tab(2).Control(5).Enabled= 0 'False
Tab(2).Control(6)= "txtmsg"
Tab(2).Control(6).Enabled= 0 'False
Tab(2).ControlCount= 7
TabCaption(3) = "Options"
TabPicture(3) = "tcppro2.frx":035E
Tab(3).ControlEnabled= 0 'False
Tab(3).Control(0)= "Command6"
Tab(3).Control(0).Enabled= 0 'False
Tab(3).Control(1)= "txtlocal"
Tab(3).Control(1).Enabled= 0 'False
Tab(3).Control(2)= "Command1"
Tab(3).Control(2).Enabled= 0 'False
Tab(3).Control(3)= "Command2"
Tab(3).Control(3).Enabled= 0 'False
Tab(3).Control(4)= "Command4"
Tab(3).Control(4).Enabled= 0 'False
Tab(3).Control(5)= "txtversion"
Tab(3).Control(5).Enabled= 0 'False
Tab(3).Control(6)= "txtcomp"
Tab(3).Control(6).Enabled= 0 'False
Tab(3).Control(7)= "Inet1"
Tab(3).Control(7).Enabled= 0 'False
Tab(3).Control(8)= "Label13"
Tab(3).Control(8).Enabled= 0 'False
Tab(3).Control(9)= "Label12"
Tab(3).Control(9).Enabled= 0 'False
Tab(3).Control(10)= "Label11"
Tab(3).Control(10).Enabled= 0 'False
Tab(3).Control(11)= "Image5"
Tab(3).Control(11).Enabled= 0 'False
Tab(3).ControlCount= 12
Begin VB.CommandButton Command6
Caption = "< Back to chat"
Height = 375
Left = -74880
TabIndex = 31
Top = 4860
Width = 1455
End
Begin VB.TextBox txtlocal
BackColor = &H80000000&
Height = 3255
Left = -74880
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 30
Top = 1500
Width = 7335
End
Begin VB.CommandButton Command1
Caption = "Close Current Connection"
Height = 375
Left = -69720
TabIndex = 29
Top = 4860
Width = 2175
End
Begin VB.CommandButton Command2
Caption = "Save Chat"
Height = 375
Left = -73320
TabIndex = 28
Top = 4860
Width = 1335
End
Begin VB.CommandButton Command4
Caption = "Check for new version"
Height = 375
Left = -71880
TabIndex = 27
Top = 4860
Width = 2055
End
Begin VB.TextBox txtversion
Height = 285
Left = -71640
Locked = -1 'True
TabIndex = 26
Top = 900
Width = 2775
End
Begin VB.TextBox txtcomp
Height = 285
Left = -71640
MaxLength = 20
TabIndex = 25
Text = "Friend"
Top = 540
Width = 2775
End
Begin VB.Frame Frame1
Caption = "Server:"
Height = 3015
Left = -74880
TabIndex = 14
Top = 1260
Width = 3615
Begin VB.TextBox txtserverport
Height = 285
Left = 1320
TabIndex = 16
Text = "5001"
Top = 360
Width = 2175
End
Begin VB.CommandButton cmdlisten
Caption = "&Listen"
Height = 375
Left = 840
TabIndex = 15
Top = 1560
Width = 1935
End
Begin VB.Label Label7
Caption = "Port to listen on:"
Height = 255
Left = 120
TabIndex = 17
Top = 360
Width = 1215
End
End
Begin VB.Frame Frame2
Caption = "Client:"
Enabled = 0 'False
Height = 3015
Left